ExternalLibraries
Overview
The collection of external, third party libraries. Use this to include and then access third party libraries for drawing or building custom visuals.
- From version: 2020.20
Properties
d3
d3: D3Libraries
External third party libraries, created to draw/render with the d3 framework.
utils
utils: UtilsLibraries
Additional external third party libraries that are provided as utilities in the Pyramid Api.
Methods
addExternalLibraries
addExternalLibraries ( paths : string[]): void
Instantiates an external third party library into the application for drawing custom visuals.
Parameters
Returns void
This is a snippet